home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / OrderDetail.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.7 KB  |  52 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. <h1>VarianceQuantity</h1><p>
  14. VarianceQuantity is used when you want to specify BackOrder quantity
  15. </p></intro>
  16.  
  17. <elementtype name="OrderDetail">
  18.     <model>
  19.         <sequence>
  20.  
  21.         <!--  Base Item Detail is a reusable 
  22.             component that is shared by PurchaseOrder, PurchaseOrder
  23.             Response, Invoice, OrderStatus, Price and Availability Check.
  24.               -->
  25.         <element type="BaseItemDetail" />
  26.         
  27.         <!--  Free form note at the detail level  -->
  28.         <element type="string" name="SpecialHandlingNote" occurs="?" />
  29.         <element type="string" name="GeneralNote" occurs="?" />
  30.  
  31.         <element type="datetime" name="RequestedDeliveryDate" occurs="?" />
  32.         <element type="datetime" name="ShipByDate" occurs="?" />
  33.         <element type="Tax"  occurs="?" />
  34.                 
  35.         <element type="ListOfAllowOrCharge" occurs="?"/>
  36.         
  37.         <element type="Price" name="BuyerExpectedUnitPrice" />
  38.         
  39.         <!--  the attachment of the order header  -->
  40.         <element type="ListOfAttachment" name="OrderDetailAttachment" occurs="?"/>
  41.     </sequence>
  42.     </model>
  43. </elementtype>
  44.  
  45. <elementtype name="ListOfOrderDetail">
  46.     <model>
  47.         <element type="OrderDetail" occurs="+" />
  48.     </model>
  49. </elementtype>
  50.  
  51. </schema>
  52.